{% extends "base.html" %} {% block title %}Edit Profile - Quick Care Connect{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Edit Profile

Update your profile information

{% if profile_incomplete %}
Complete Your Profile

To access all features like booking appointments and posting questions, please complete the following required fields:

  • Date of Birth
  • Gender
  • Emergency Contact Number
  • Blood Group
{% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}

Basic Information

+92
Enter 10-digit mobile number (e.g., 3001234567)
Profile Picture
Upload your profile picture (JPG, PNG - Max 5MB). Optional but recommended. {% if patient.user.profile_picture %} Current profile picture will be replaced {% endif %}
Required field - Click to select your date of birth
Required field - Please select your gender

Emergency Contact Information

+92
Enter 10-digit mobile number (e.g., 3001234567)
Optional - Your relationship with the emergency contact

Medical Information

Required field - Please select your blood group
If you have any allergies, please list them here (Optional)
Optional - Describe any relevant medical history

CNIC Documents

Upload clear images of your CNIC (National Identity Card) for verification purposes.

Upload clear image of CNIC front side (JPG, PNG) {% if patient.cnic_front_image %}
Current CNIC front image uploaded
CNIC Front
{% endif %}
Upload clear image of CNIC back side (JPG, PNG) {% if patient.cnic_back_image %}
Current CNIC back image uploaded
CNIC Back
{% endif %}
Cancel
{% endblock %} {% block extra_js %} {% endblock %}